home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / INCLUDE / STONES2.INC < prev    next >
Text File  |  1996-03-09  |  24KB  |  881 lines

  1. #ifdef(Stones3_Inc_Temp)
  2. // do nothing
  3. #else
  4. #declare Stones2_Inc_Temp = version
  5. #version 3.0
  6.  
  7. #ifdef(View_POV_Include_Stack)
  8. #   debug "including stones2.inc\n"
  9. #end
  10.  
  11. /*
  12.  
  13.               Persistence of Vision Raytracer Version 3.0
  14.        T_Stone25 through T_Stone35 created by Dan Farmer, 1995
  15.        T_Stone36 through T_Stone43 created by Paul Novak, 1995
  16.        T_Stone44 by Dan Farmer 1995
  17.  
  18. */
  19.  
  20. #declare T_Stone25 =
  21. texture {
  22.     pigment {
  23.         crackle
  24.         turbulence 0.3
  25.         lambda 2.5
  26.         omega 0.75
  27.         octaves 5
  28.         scale 0.45
  29.         rotate <0, 5, 60>
  30.         color_map {
  31.             [0.02 color rgbf <0.30, 0.60, 0.45, 0.0> ]
  32.             [0.06 color rgbf <0.35, 0.55, 0.40, 0.0> ]
  33.             [0.10 color rgbf <0.25, 0.25, 0.20, 0.0> ]
  34.             [1.00 color rgbf <0.75, 0.75, 0.60, 0.0> ]
  35.         }
  36.     }
  37. }
  38.  
  39. texture {
  40.     pigment {
  41.         crackle
  42.         turbulence 0.2
  43.         lambda 2.5
  44.         omega 0.75
  45.         octaves 5
  46.         scale 0.65
  47.         rotate <0, 45, 60>
  48.         color_map { 
  49.             [0.02 color rgbf <0.30, 0.60, 0.45, 0.95> ]
  50.             [0.06 color rgbf <0.35, 0.55, 0.40, 0.75> ]
  51.             [0.10 color rgbf <0.25, 0.25, 0.20, 0.65> ]
  52.             [1.00 color rgbf <0.75, 0.75, 0.60, 0.60> ]
  53.         }
  54.     }
  55. }
  56.  
  57. texture {
  58.     pigment {
  59.         crackle
  60.         turbulence 0.2
  61.         lambda 2.5
  62.         omega 0.75
  63.         octaves 5
  64.         scale 0.15
  65.         rotate <30, 30, 30>
  66.         color_map {
  67.             [0.00 color rgbf <0.95, 0.95, 0.95, 0.30> ]
  68.             [0.03 color rgbf <0.85, 0.85, 0.85, 0.60> ]
  69.             [0.06 color rgbf <0.50, 0.50, 0.50, 0.90> ]
  70.             [0.10 color rgbf <1.00, 1.00, 1.00, 1.00> ]
  71.         }
  72.     }
  73. }
  74.  
  75. #declare T_Stone26 =
  76. texture {
  77.     pigment {
  78.         granite
  79.         rotate y*90
  80.         color_map { 
  81.             [0.02 color rgbf <0.25, 0.45, 0.60, 0.0> ]
  82.             [0.06 color rgbf <0.20, 0.40, 0.55, 0.0> ]
  83.             [0.10 color rgbf <0.15, 0.20, 0.25, 0.0> ]
  84.             [1.00 color rgbf <0.40, 0.60, 0.75, 0.0> ]
  85.         }
  86.         frequency 6
  87.         rotate <0, 10, 0>
  88.         turbulence <0.05, 0.05, 0.05>
  89.         octaves 6
  90.         omega 0.7
  91.         lambda 2
  92.     }
  93. }
  94. texture {
  95.     pigment {
  96.         gradient x
  97.         color_map {
  98.             [0.00 color Clear ]
  99.             [0.10 color rgbf <1.00, 1.00, 1.00, 0.75> ]
  100.             [0.15 color rgbf <0.15, 0.25, 0.40, 0.50> ]
  101.             [0.20 color rgbf <0.00, 0.05, 0.10, 0.25> ]
  102.             [0.25 color rgbf <0.15, 0.25, 0.40, 0.25> ]
  103.             [0.30 color rgbf <0.35, 0.55, 0.40, 0.50> ]
  104.             [0.35 color rgbf <0.25, 0.25, 0.20, 0.75> ]
  105.             [0.35 color Clear ]
  106.         }
  107.         frequency 3
  108.         rotate <1, 10, 45>
  109.         rotate x*60
  110.         turbulence <0.30, 0.30, 0.30>
  111.         octaves 6
  112.         omega 0.7
  113.         lambda 2.2
  114.     }
  115. }
  116. texture {
  117.     pigment {
  118.         agate
  119.         color_map {
  120.             [0.00 color Clear ]
  121.             [0.10 color rgbf <1.00, 1.00, 1.00, 0.75> ]
  122.             [0.15 color rgbf <0.35, 0.55, 0.40, 0.50> ]
  123.             [0.20 color rgbf <0.25, 0.25, 0.20, 0.25> ]
  124.             [0.25 color rgbf <0.30, 0.60, 0.45, 0.25> ]
  125.             [0.30 color rgbf <0.35, 0.55, 0.40, 0.50> ]
  126.             [0.35 color rgbf <0.25, 0.25, 0.20, 0.75> ]
  127.             [0.35 color Clear ]
  128.         }
  129.         frequency 3
  130.         rotate <2, 10, 75>
  131.         rotate x*120
  132.         turbulence <0.05, 0.05, 0.05>
  133.         octaves 6
  134.         omega 0.7
  135.         lambda 2
  136.     }
  137. }
  138.  
  139. #declare T_Stone27 =
  140. texture {
  141.     pigment {
  142.         crackle
  143.         turbulence 0.35
  144.         lambda 2.5
  145.         omega 0.75
  146.         octaves 5
  147.         scale 0.5
  148.         frequency 3
  149.         rotate <0, -45, 30>
  150.         color_map { 
  151.             [0.02 color rgbf <0.25, 0.45, 0.60, 0.0> ]
  152.             [0.06 color rgbf <0.20, 0.40, 0.55, 0.0> ]
  153.             [0.10 color rgbf <0.05, 0.10, 0.15, 0.0> ]
  154.             [1.00 color rgbf <0.40, 0.60, 0.75, 0.0> ]
  155.         }
  156.     }
  157. }
  158.  
  159. texture {
  160.     pigment {
  161.         crackle
  162.         turbulence 0.1
  163.         lambda 2.5
  164.         omega 0.75
  165.         octaves 5
  166.         scale 0.45
  167.         frequency 1
  168.         phase 0.25
  169.         rotate <0, 45, 60>
  170.         color_map { 
  171.             [0.00 color Clear ]
  172.             [0.20 color rgbf <1.00, 1.00, 1.00, 0.75> ]
  173.             [0.25 color rgbf <0.25, 0.45, 0.40, 0.50> ]
  174.             [0.30 color rgbf <0.00, 0.00, 0.00, 0.00> ]
  175.             [0.35 color rgbf <0.15, 0.75, 0.60, 0.50> ]
  176.             [0.40 color rgbf <0.35, 0.85, 0.40, 0.60> ]
  177.             [0.45 color rgbf <0.35, 0.45, 0.20, 0.75> ]
  178.             [0.65 color Clear ]
  179.         }
  180.     }
  181. }
  182. texture {
  183.     pigment {
  184.         crackle
  185.         turbulence 0.35
  186.         lambda 2.5
  187.         omega 0.75
  188.         octaves 5
  189.         scale 2
  190.         frequency 2
  191.         rotate <0, 90, 0>
  192.         color_map { 
  193.             [0.00 color Clear ]
  194.             [0.20 color rgbf <1.00, 1.00, 1.00, 0.75> ]
  195.             [0.25 color rgbf <0.35, 0.55, 0.40, 0.50> ]
  196.             [0.30 color rgbf <0.00, 0.00, 0.00, 0.00> ]
  197.             [0.45 color rgbf <0.30, 0.60, 0.45, 0.25> ]
  198.             [0.50 color rgbf <0.35, 0.55, 0.40, 0.50> ]
  199.             [0.65 color rgbf <0.25, 0.25, 0.20, 0.75> ]
  200.             [0.65 color Clear ]
  201.         }
  202.     }
  203. }
  204.  
  205.  
  206. #declare T_Stone28 =
  207. texture {
  208.     pigment {
  209.         agate
  210.         agate_turb 0.75
  211.         frequency 6
  212.         scale 0.5
  213.         rotate <0, -45, 5>
  214.         color_map { 
  215.             [0.02 color rgbf <0.65, 0.45, 0.25, 0.0> ]
  216.             [0.06 color rgbf <0.55, 0.40, 0.20, 0.0> ]
  217.             [0.10 color rgbf <0.15, 0.10, 0.05, 0.0> ]
  218.             [1.00 color rgbf <0.75, 0.60, 0.40, 0.0> ]
  219.         }
  220.     }
  221. }
  222. texture {
  223.     pigment {
  224.         crackle
  225.         turbulence 0.1
  226.         lambda 2.5
  227.         omega 0.75
  228.         octaves 5
  229.         scale 0.75
  230.         frequency 1
  231.         phase 0.25
  232.         rotate <0, 45, 60>
  233.         color_map { 
  234.             [0.00 color Clear ]
  235.             [0.25 color rgbf <0.40, 0.25, 0.15, 0.50> ]
  236.             [0.30 color rgbf <0.00, 0.00, 0.00, 0.00> ]
  237.             [0.35 color rgbf <0.40, 0.25, 0.15, 0.50> ]
  238.             [0.40 color rgbf <0.45, 0.55, 0.35, 0.60> ]
  239.             [0.65 color Clear ]
  240.         }
  241.     }
  242. }
  243. texture {
  244.     pigment {
  245.         crackle
  246.         turbulence 0.1
  247.         lambda 2.5
  248.         omega 0.75
  249.         octaves 5
  250.         scale 0.45
  251.         frequency 2
  252.         phase 0.25
  253.         rotate <0, 5, 60>
  254.         color_map { 
  255.             [0.00 color Clear ]
  256.             [0.25 color rgbf <0.65, 0.25, 0.40, 0.50> ]
  257.             [0.30 color rgbf <0.00, 0.00, 0.00, 0.00> ]
  258.             [0.45 color rgbf <0.50, 0.60, 0.35, 0.25> ]
  259.             [0.50 color rgbf <0.65, 0.25, 0.40, 0.50> ]
  260.             [0.65 color Clear ]
  261.         }
  262.     }
  263. }
  264.  
  265.  
  266. #declare T_Stone29 =
  267. texture {
  268.     pigment {
  269.         gradient x
  270.         turbulence 0.75
  271.         frequency 6
  272.         scale 0.5
  273.         rotate <0, -45, 30>
  274.         color_map {
  275.             [0.02 color rgb <0.65, 0.35, 0.25> ]
  276.             [0.06 color rgb <0.55, 0.25, 0.10> ]
  277.             [0.10 color rgb <0.45, 0.30, 0.25> ]
  278.             [1.00 color rgb <0.65, 0.35, 0.25> ]
  279.         }
  280.     }
  281. }
  282. texture {
  283.     pigment {
  284.         crackle
  285.         turbulence 0.6
  286.         lambda 1.75
  287.         omega 0.55
  288.         octaves 4
  289.         scale 0.45
  290.         rotate <0, 5, 60>
  291.         color_map { 
  292.             [0.01 color rgbf <0.00, 0.00, 0.00, 0.00> ]
  293.             [0.02 color rgbf <0.40, 0.25, 0.15, 0.20> ]
  294.             [0.05 color rgbf <0.40, 0.35, 0.20, 0.40> ]
  295.             [0.10 color rgbf <0.45, 0.55, 0.25, 0.60> ]
  296.             [0.65 color Clear ]
  297.         }
  298.     }
  299. }
  300. texture {
  301.     pigment {
  302.         granite
  303.         turbulence 0.1
  304.         lambda 2.5
  305.         omega 0.75
  306.         octaves 5
  307.         scale 0.75
  308.         frequency 1
  309.         phase 0.25
  310.         rotate <0, 45, 60>
  311.         color_map {
  312.             [0.15 color rgbf <0.40, 0.25, 0.15, 0.40> ]
  313.             [0.20 color rgbf <0.20, 0.10, 0.00, 0.00> ]
  314.             [0.25 color rgbf <0.20, 0.15, 0.15, 0.40> ]
  315.             [0.30 color rgbf <0.40, 0.25, 0.15, 0.70> ]
  316.             [0.65 color Clear ]
  317.         }
  318.     }
  319. }
  320.  
  321. #declare T_Stone30 =
  322. texture {
  323.     pigment {
  324.         gradient x
  325.         turbulence 0.75
  326.         frequency 6
  327.         scale 0.5
  328.         rotate <0, -45, 30>
  329.         color_map { 
  330.             [0.02 color rgbf <0.85, 0.85, 0.45, 0.0> ]
  331.             [0.06 color rgbf <0.65, 0.65, 0.40, 0.0> ]
  332.             [0.10 color rgbf <0.90, 0.90, 0.65, 0.0> ]
  333.             [1.00 color rgbf <0.85, 0.85, 0.45, 0.0> ]
  334.         }
  335.     }
  336. }
  337. texture {
  338.     pigment {
  339.         crackle
  340.         turbulence 0.3
  341.         lambda 2.5
  342.         omega 0.75
  343.         octaves 5
  344.         scale 0.45
  345.         frequency 2
  346.         phase 0.25
  347.         rotate <0, 5, 60>
  348.         color_map { 
  349.             [0.00 color Clear ]
  350.             [0.25 color rgbf <0.40, 0.40, 0.15, 0.50> ]
  351.             [0.30 color rgbf <0.00, 0.00, 0.00, 0.00> ]
  352.             [0.35 color rgbf <0.40, 0.40, 0.20, 0.50> ]
  353.             [0.40 color rgbf <0.65, 0.65, 0.30, 0.60> ]
  354.             [0.65 color Clear ]
  355.         }
  356.     }
  357. }
  358.  
  359. texture {
  360.     pigment {
  361.         crackle
  362.         turbulence 0.1
  363.         lambda 2.5
  364.         omega 0.75
  365.         octaves 5
  366.         scale 0.75
  367.         frequency 1
  368.         phase 0.25
  369.         rotate <0, 45, 60>
  370.         color_map { 
  371.             [0.00 color Clear ]
  372.             [0.15 color rgbf <0.40, 0.15, 0.45, 0.60> ]
  373.             [0.18 color rgbf <0.20, 0.10, 0.00, 0.00> ]
  374.             [0.25 color rgbf <0.20, 0.15, 0.45, 0.60> ]
  375.             [0.30 color rgbf <0.40, 0.15, 0.45, 0.80> ]
  376.             [0.65 color Clear ]
  377.         }
  378.     }
  379. }
  380.  
  381. #declare T_Stone31 =
  382. texture {
  383.     pigment {
  384.         crackle
  385.         turbulence 0.3
  386.         lambda 2.5
  387.         omega 0.75
  388.         octaves 5
  389.         scale 0.45
  390.         rotate <0, 5, 60>
  391.         color_map { 
  392.             [0.00 color Gray90 ]
  393.             [0.02 color rgb <0.95, 0.90, 0.85> ]
  394.             [0.03 color rgb <0.75, 0.85, 0.80> ]
  395.             [0.04 color rgb <0.45, 0.40, 0.50> ]
  396.             [0.10 color Gray15 ]
  397.         }
  398.     }
  399. }
  400. texture {
  401.     pigment {
  402.         crackle
  403.         turbulence 0.2
  404.         lambda 2.5
  405.         omega 0.75
  406.         octaves 5
  407.         scale 0.65
  408.         rotate <0, 45, 60>
  409.         color_map { 
  410.             [0.00 color Clear ]
  411.             [0.02 color rgb <0.95, 0.90, 0.85> ]
  412.             [0.03 color rgb <0.75, 0.85, 0.80> ]
  413.             [0.04 color rgb <0.45, 0.40, 0.50> ]
  414.             [0.10 color Clear ]
  415.         }
  416.     }
  417. }
  418.  
  419. #declare T_Stone32 =
  420. texture {
  421.     pigment {
  422.         crackle
  423.         turbulence 0.3
  424.         lambda 2.5
  425.         omega 0.75
  426.         octaves 5
  427.         scale 0.45
  428.         rotate <0, 5, 60>
  429.         color_map { 
  430.             [0, 1 color rgb <0.9, 0.75, 0.75>
  431.                   color rgb <0.6, 0.6, 0.6> ]
  432.         }
  433.     }
  434. }
  435.  
  436. texture {
  437.     pigment {
  438.         crackle
  439.         turbulence 0.2
  440.         lambda 2.5
  441.         omega 0.75
  442.         octaves 5
  443.         scale 0.65
  444.         rotate <0, 45, 60>
  445.         color_map { 
  446.             [0.0, 0.9 color rgbf <0.52, 0.39, 0.39, 1.0> 
  447.                       color rgbf <0.52, 0.39, 0.39, 0.5>]
  448.             [0.9, 1.0 color rgbf <0.42, 0.14, 0.55, 0.0>
  449.                       color rgbf <0.42, 0.14, 0.55, 0.0>]
  450.         }
  451.     }
  452. }
  453.  
  454. texture {
  455.     pigment {
  456.         crackle
  457.         turbulence 0.2
  458.         lambda 2.5
  459.         omega 0.75
  460.         octaves 5
  461.         scale 0.15
  462.         rotate <30, 30, 30>
  463.         color_map {
  464.             [0.00 color rgbf <0.95, 0.95, 0.95, 0.30> ]
  465.             [0.03 color rgbf <0.85, 0.85, 0.85, 0.60> ]
  466.             [0.06 color rgbf <0.50, 0.50, 0.50, 0.90> ]
  467.             [0.10 color rgbf <1.00, 1.00, 1.00, 1.00> ]
  468.         }
  469.     }
  470. }
  471.  
  472. #declare T_Stone33 =
  473. texture {
  474.     pigment {
  475.         crackle
  476.         turbulence 0.3
  477.         lambda 2.5
  478.         omega 0.75
  479.         octaves 5
  480.         scale 0.45
  481.         rotate <0, 5, 60>
  482.         color_map {
  483.             [0.0, 0.1 color rgb <0.0, 0.0, 0.0>
  484.                       color rgb <0.9, 0.7, 0.6>]
  485.             [0.1, 0.3 color rgb <0.9, 0.7, 0.6>
  486.                       color rgb <0.9, 0.7, 0.4>]
  487.             [0.3, 1.0 color rgb <0.9, 0.7, 0.4>
  488.                       color rgb <0.7, 0.4, 0.2>]
  489.         }
  490.     }
  491. }
  492. texture {
  493.     pigment {
  494.         crackle
  495.         turbulence 0.2
  496.         lambda 2.5
  497.         omega 0.75
  498.         octaves 5
  499.         scale 0.65
  500.         rotate <0, 45, 60>
  501.         color_map {
  502.             [0.0, 0.2 color rgbf <0.7, 0.4, 0.2, 0.20>
  503.                       color rgbf <0.9, 0.7, 0.6, 0.30>]
  504.             [0.2, 0.3 color rgbf <0.9, 0.7, 0.6, 0.50>
  505.                       color rgbf <0.9, 0.7, 0.4, 0.70>]
  506.             [0.3, 1.0 color rgbf <0.9, 0.7, 0.4, 0.80>
  507.                       color rgbf <0.7, 0.4, 0.2, 0.80>]
  508.         }
  509.     }
  510. }
  511.  
  512. #declare T_Stone34 =
  513. texture {
  514.     pigment {
  515.         gradient x
  516.         turbulence 0.75
  517.         frequency 6
  518.         scale 0.5
  519.         rotate <0, -45, 30>
  520.         color_map {
  521.             [0.02 color rgbf <0.85, 0.85, 0.85, 0.0> ]
  522.             [0.10 color rgbf <1.00, 1.00, 1.00, 0.0> ]
  523.             [1.00 color rgbf <0.85, 0.85, 0.85, 0.0> ]
  524.         }
  525.     }
  526. }
  527. texture {
  528.     pigment {
  529.         crackle
  530.         turbulence 0.3
  531.         lambda 2.5
  532.         omega 0.75
  533.         octaves 5
  534.         scale 0.45
  535.         frequency 2
  536.         phase 0.25
  537.         rotate <0, 5, 60>
  538.         color_map {
  539.             [0.00 color Clear ]
  540.             [0.15 color rgbf <0.40, 0.30, 0.30, 0.50> ]
  541.             [0.30 color rgbf <0.15, 0.08, 0.02, 0.00> ]
  542.             [0.35 color rgbf <0.60, 0.40, 0.35, 0.50> ]
  543.             [0.45 color rgbf <0.40, 0.35, 0.30, 0.60> ]
  544.             [0.65 color Clear ]
  545.         }
  546.     }
  547. }
  548.  
  549. // White marble
  550. #declare T_Stone35 =
  551. texture {
  552.     pigment {
  553.         gradient x
  554.         turbulence 0.75
  555.         frequency 6
  556.         scale 0.5
  557.         rotate <0, -45, 30>
  558.         color_map {
  559.             [0.02 color rgbf <0.85, 0.85, 0.85, 0.0> ]
  560.             [0.10 color rgbf <1.00, 1.00, 1.00, 0.0> ]
  561.             [1.00 color rgbf <0.85, 0.85, 0.85, 0.0> ]
  562.         }
  563.     }
  564. }
  565. texture {
  566.     pigment {
  567.         crackle
  568.         turbulence 0.3
  569.         lambda 2.5
  570.         omega 0.75
  571.         octaves 5
  572.         scale 0.45
  573.         frequency 2
  574.         phase 0.25
  575.         rotate <0, 5, 60>
  576.         color_map {
  577.             [0.00 color Clear ]
  578.             [0.15 color rgbf <0.40, 0.30, 0.30, 0.50> ]
  579.             [0.30 color rgbf <0.15, 0.08, 0.02, 0.00> ]
  580.             [0.35 color rgbf <0.60, 0.40, 0.35, 0.50> ]
  581.             [0.45 color rgbf <0.40, 0.35, 0.30, 0.60> ]
  582.             [0.65 color Clear ]
  583.         }
  584.     }
  585. }
  586.  
  587. // Creamy coffee w/greenish-grey veins & faint avacado swirls
  588. #declare T_Stone36 =
  589. texture  {
  590.     pigment {
  591.         granite
  592.         turbulence 0.815
  593.         colour_map {
  594.             [0.10 colour rgbf <0.43529, 0.49804, 0.32941,0.0>]
  595.             [0.20 colour rgbf <0.19608, 0.27843, 0.19608,0.0>]
  596.             [0.35 colour rgbf <0.43529, 0.49804, 0.32941,0.0>]
  597.             [0.55 colour rgbf <0.45490, 0.44706, 0.20784,0.0>]
  598.             [0.75 colour rgbf <0.43529, 0.49804, 0.32941,0.0>]
  599.             [0.90 colour rgbf <0.19608, 0.22745, 0.00000,0.0>]
  600.             [1.00 colour rgbf <0.43529, 0.49804, 0.32941,0.0>]
  601.         }
  602.     scale <0.85, 1.5, 0.5>
  603.     rotate <10, 0, 40>
  604.     }
  605.     finish { brilliance 1.825 }
  606. }
  607. texture  {
  608.     pigment {
  609.         granite
  610.         turbulence 0.825
  611.         colour_map {
  612.             [0.18 colour rgbf <0.20784, 0.13333, 0.00000, 0.427>]
  613.             [0.35 colour rgbf <0.20784, 0.13333, 0.00000, 0.735>]
  614.             [0.45 colour rgbf <0.27059, 0.11373, 0.00000, 0.625>]
  615.             [0.90 colour rgbf <0.27059, 0.11373, 0.00000, 0.875>]
  616.             [1.00 colour rgbf <0.20784, 0.13333, 0.00000, 0.890>]
  617.         }
  618.      scale <0.65, 1.18, 0.34>
  619.      rotate <5, 10, -55>
  620.     }
  621.     finish { ambient 0.275 diffuse 0.775 crand 0.01975 }
  622. }
  623.  
  624. // Olive greens w/lighter swirls & hints of salmon
  625. #declare T_Stone37 =
  626. texture  {
  627.     pigment {
  628.         granite
  629.         turbulence 0.9
  630.         colour_map  {
  631.             [0.18 colour rgbf <0.29020, 0.24706, 0.00000,0>]
  632.             [0.35 colour rgbf <0.29020, 0.24706, 0.00000,0>]
  633.             [0.45 colour rgbf <0.16471, 0.15294, 0.00000,0>]
  634.             [0.90 colour rgbf <0.16471, 0.15294, 0.00000,0>]
  635.             [1.00 colour rgbf <0.32941, 0.25882, 0.00000,0>]
  636.         }
  637.         scale <0.825, 1.7, 0.25>
  638.         rotate <10,5,40>
  639.     }
  640.     finish { brilliance 2.5 }
  641. }
  642. texture  {
  643.     pigment {
  644.         granite
  645.         turbulence 0.85
  646.         colour_map   {
  647.             [0.05 colour rgbf <0.86275, 0.65490, 0.40392, 0.6250>]
  648.             [0.35 colour rgbf <0.48627, 0.16471, 0.00000, 0.8250>]
  649.             [0.60 colour rgbf <0.86275, 0.65490, 0.40392, 0.7150>]
  650.             [0.85 colour rgbf <0.48627, 0.16471, 0.00000, 0.5450>]
  651.             [1.00 colour rgbf <0.52941, 0.34118, 0.17647, 0.8975>]
  652.         }
  653.         scale <0.85, 1.6, 0.45>
  654.         rotate <0,5,-50>
  655.     }
  656.     finish { ambient 0.275 diffuse 0.6925 crand 0.01975}
  657. }
  658.  
  659. // Deep rich coffee w/darker veins & lots of creamy swirl
  660. #declare T_Stone38 =
  661. texture  {
  662.     pigment {
  663.         granite
  664.         turbulence 1.25
  665.         colour_map  {
  666.             [0.15 colour rgbf<0.72549, 0.73725, 0.54118, 0.0>]
  667.             [0.25 colour rgbf<0.22745, 0.14510, 0.00000, 0.0>]
  668.             [0.45 colour rgbf<0.72549, 0.73725, 0.54118, 0.0>]
  669.             [0.60 colour rgbf<0.22745, 0.14510, 0.00000, 0.0>]
  670.             [0.80 colour rgbf<0.22745, 0.14510, 0.00000, 0.0>]
  671.             [1.00 colour rgbf<0.60392, 0.61176, 0.46667, 0.0>]
  672.         }
  673.         scale <0.95, 1.7, 0.39>
  674.         rotate <10, 5, 40>
  675.     }
  676.     finish { brilliance 2.125 }
  677. }
  678. texture  {
  679.     pigment {
  680.         granite
  681.         turbulence 0.825
  682.         colour_map {
  683.             [0.35 colour rgbf <0.56078, 0.54902, 0.42353,0.65>]
  684.             [0.65 colour rgbf <0.10196, 0.05882, 0.00000,0.85>]
  685.             [1.00 colour rgbf <0.56078, 0.54902, 0.42353,0.90>]
  686.         }
  687.         scale <0.76, 1.4, 0.4>
  688.         rotate <0, 10, -55>
  689.     }
  690.     finish { ambient 0.4 diffuse 0.575 crand 0.021 }
  691. }
  692. // Light mauve w/large plum swirls
  693. #declare T_Stone39 =
  694. texture  {
  695.     pigment {
  696.         granite
  697.         turbulence 0.825
  698.         colour_map  {
  699.              [0.12 colour rgbf <0.78039, 0.54902, 0.46667, 0.0>]
  700.              [0.35 colour rgbf <0.78039, 0.54902, 0.46667, 0.0>]
  701.              [0.65 colour rgbf <0.49804, 0.30980, 0.30196, 0.0>]
  702.              [0.90 colour rgbf <0.49804, 0.30980, 0.30196, 0.0>]
  703.              [1.00 colour rgbf <0.35294, 0.09020, 0.00000, 0.0>]
  704.         }
  705.     }
  706.     scale <0.78,1.45, 0.4>
  707.     rotate <5,10,-55>
  708.     finish { brilliance 1.9275 ambient .3 diffuse .575 crand .0215}
  709. }
  710.  
  711. // Creamy aqua w/green hi-lites & subtle hints of grey
  712. #declare T_Stone40 =
  713. texture  {
  714.     pigment {
  715.         agate
  716.         agate_turb 1.1
  717.         colour_map  {
  718.             [0.10 colour rgbf <0.56078, 0.67451, 0.62353, 0.0>]
  719.             [0.35 colour rgbf <0.27843, 0.41569, 0.30196, 0.0>]
  720.             [0.55 colour rgbf <0.56078, 0.67451, 0.62353, 0.0>]
  721.             [0.85 colour rgbf <0.56078, 0.67451, 0.62353, 0.0>]
  722.             [0.95 colour rgbf <0.27843, 0.41569, 0.30196, 0.0>]
  723.             [1.00 colour rgbf <0.54118, 0.58039, 0.56078, 0.0>]
  724.         }
  725.         scale <0.97, 0.97, 0.5>
  726.         rotate <0, 5, 40>
  727.     }
  728.     finish {brilliance 1.25}
  729. }
  730. texture  {
  731.     pigment {
  732.         granite
  733.         turbulence 1.25
  734.         colour_map  {
  735.             [0.15 colour rgbf <0.46667, 0.59216, 0.54118, 0.005>]
  736.             [0.65 colour rgbf <0.35294, 0.67451, 0.54902, 0.750>]
  737.             [0.80 colour rgbf <0.46667, 0.59216, 0.54118, 0.660>]
  738.             [1.00 colour rgbf <0.35294, 0.67451, 0.54902, 0.879>]
  739.         }
  740.         scale <0.85, 1.5, 0.5>
  741.         rotate <10, 5, -75>
  742.     }
  743.     finish { ambient 0.175 diffuse 0.6975 crand 0.025 }
  744. }
  745.  
  746. // Dark powder blue w/steel blue & grey swirls
  747. #declare T_Stone41 =
  748. texture  {
  749.     pigment {
  750.         marble
  751.         turbulence 1.5
  752.         omega 0.6235
  753.         lambda 2.25
  754.         colour_map  {
  755.             [0.15 colour rgbf <0.03922, 0.20784, 0.52941, 0.0>]
  756.             [0.45 colour rgbf <0.03922, 0.20784, 0.52941, 0.0>]
  757.             [0.55 colour rgbf <0.22745, 0.23922, 0.42353, 0.0>]
  758.             [0.75 colour rgbf <0.20784, 0.30980, 0.54118, 0.0>]
  759.             [1.00 colour rgbf <0.20784, 0.30980, 0.54118, 0.0>]
  760.         }
  761.         rotate <0, 0, 85>
  762.         scale <0.75, 1.33, 0.35>
  763.         rotate <10, 5, 45>
  764.     }
  765.     finish { brilliance 1.825 }
  766. }
  767. texture  {
  768.     pigment {
  769.         granite
  770.         turbulence  1.15
  771.         colour_map  {
  772.             [0.25 colour rgbf <0.30196, 0.35294, 0.48627, 0.600>]
  773.             [0.45 colour rgbf <0.30196, 0.35294, 0.48627, 0.475>]
  774.             [0.85 colour rgbf <0.17647, 0.24706, 0.39216, 0.715>]
  775.             [1.00 colour rgbf <0.17647, 0.24706, 0.39216, 0.750>]
  776.         }
  777.         rotate <0,0,45>
  778.        scale <0.78, 1.0, 0.4>
  779.        rotate <5, 10, -55>
  780.     }
  781.     finish { ambient 0.225 diffuse 0.75 crand 0.01975}
  782. }
  783.  
  784. //Brick red w/yellow-green swirls
  785. #declare T_Stone42 =
  786. texture  {
  787.     pigment {
  788.         onion
  789.         turbulence  2.1
  790.         omega 0.575
  791.         colour_map  {
  792.            [0.15 colour rgbf<0.29020, 0.08235, 0.00000, 0.0>]
  793.            [0.35 colour rgbf<0.34118, 0.29020, 0.09020, 0.0>]
  794.            [0.65 colour rgbf<0.29020, 0.08235, 0.00000, 0.0>]
  795.            [0.85 colour rgbf<0.34118, 0.29020, 0.09020, 0.0>]
  796.            [1.00 colour rgbf<0.29020, 0.08235, 0.00000, 0.0>]
  797.         }
  798.         scale <0.9, 1.6, .45>
  799.         rotate <10, 5, 45>
  800.     }
  801.     finish { brilliance 1.825 }
  802. }
  803. texture  {
  804.     pigment {
  805.         granite
  806.         turbulence 0.925
  807.         colour_map  {
  808.             [0.25 colour rgbf<0.42353, 0.37255, 0.05882, 0.45>]
  809.             [0.50 colour rgbf<0.18431, 0.01569, 0.00000, 0.55>]
  810.             [0.72 colour rgbf<0.42353, 0.37255, 0.05882, 0.55>]
  811.             [1.00 colour rgbf<0.18431, 0.01569, 0.00000, 0.65>]
  812.         }
  813.         rotate <5, 15, 90>
  814.         scale <0.78, 1.05, 0.4>
  815.         rotate <5, 10, -55>
  816.     }
  817.     finish { ambient 0.225 diffuse 0.75 crand 0.01975 }
  818. }
  819.  
  820. // Rusty red w/cream swirls and duck overtones
  821. #declare T_Stone43 =
  822. texture  {
  823.     pigment {
  824.         granite
  825.         turbulence 0.815
  826.         colour_map {
  827.             [0.15 colour rgbf<0.86275, 0.75686, 0.61176, 0.0>]
  828.             [0.45 colour rgbf<0.49804, 0.21569, 0.03922, 0.0>]
  829.             [0.65 colour rgbf<0.84314, 0.72157, 0.63529, 0.0>]
  830.             [0.85 colour rgbf<0.46667, 0.23922, 0.05098, 0.0>]
  831.             [1.00 colour rgbf<0.87059, 0.73725, 0.62745, 0.0>]
  832.         }
  833.         scale <0.87, 1.235, 0.47>
  834.         rotate <15, 25, 45>
  835.     }
  836.     finish {brilliance 2.585}
  837. }
  838. texture  {
  839.     pigment {
  840.         agate
  841.         agate_turb 1.275
  842.         colour_map {
  843.             [0.35 colour rgbf<0.42353, 0.12157, 0.01176, 0.650>]
  844.             [0.65 colour rgbf<0.50196, 0.35294, 0.21176, 0.750>]
  845.             [1.00 colour rgbf<0.41569, 0.20784, 0.02745, 0.550>]
  846.         }
  847.         scale <0.69,1.27, 0.35>
  848.         rotate <10, 5, -60>
  849.     }
  850.     finish { ambient 0.225 diffuse 0.6975 crand 0.02175 }
  851. }
  852.  
  853. // This one is quite different from the rest.
  854. // Its a dark, dull, bumpy rock texture.
  855. #declare T_Stone44 =
  856. texture {
  857.     pigment {
  858.         granite
  859.         color_map {
  860.             [0.0 rgb 0.3 ]
  861.             [1.0 rgb 0.7 ]
  862.         }
  863.         scale 0.075
  864.     }
  865.     normal  { granite 0.75 scale 0.075 }
  866. }
  867. texture {
  868.     pigment {
  869.         wrinkles
  870.         turbulence 0.3
  871.         scale 0.3
  872.         color_map {
  873.             [0.0 rgbf< 0.50, 0.25, 0.10, 0.85>]
  874.             [1.0 rgbf< 0.65, 0.40, 0.00, 0.65>]
  875.         }
  876.     }
  877. }
  878.  
  879. #version Stones2_Inc_Temp
  880. #end
  881.